The best way is using CURL from command line

time curl -D- -u raul.pelaez:*** -X GET -H “Content-Type: application/json” http://127.0.0.1:8080/rest/api/2/search?jql=assignee=raul.pelaez
real 0m7.098s
user 0m0.004s
sys 0m0.012s
time curl -D- -u raul.pelaez:*** -X GET -H “Content-Type: application/json” http://10.2.29.224:8080/rest/api/2/search?jql=assignee=raul.pelaez
real 0m7.562s
user 0m0.008s
sys 0m0.008s
time curl -D- -u raul.pelaez:*** -X GET -H “Content-Type: application/json” https://jira.domain.com/rest/api/2/search?jql=assignee=raul.pelaez
real 0m8.724s
user 0m0.012s
sys 0m0.020s

Remember: in “raul.pelaez” put your username, in *** put your password.

Posted by:.

Leave a comment